home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
bsp2bzr.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
664b
|
26 lines
.TH BSP2BZR
6 "IRIT Version 6.0"
.SH NAME
BSP2BZR
CurveType | ListType BSP2BZR( CurveType Crv )
or
SurfaceType | ListType BSP2BZR( SurfaceType Srf )
Creates Bezier curve(s) or surface(s) from a given Bspline curve or a
Bspline surface. The Bspline input is subdivided at all internal knots to
create Bezier curves or surfaces. Therefore, if the input Bspline does have
internal knots, a list of Bezier curves or surfaces is returned. Otherwise,
a single Bezier curve or surface is returned.
Example:
BzrCirc = BSP2BZR( circle( vector( 0.0, 0.0, 0.0 ), 1.0 ) );
would subdivide the unit circle into four 90 degrees Bezier arcs returned
in a list.